Categories

Versions

Color Scale Image (Image Processing)

Synopsis

Converts grey scale images

Description

Converts grey scale images to the range defined in minimum and maximum. I.e. the highest pixel value is 1 and the lowest is 0.

Input

  • image

    The image object to color scale.

Output

  • image

    The color scaled image.

  • ori

    The original image.

Parameters

  • minimum The minimum pixel intensity. Range:
  • maximum The maximum pixel intensity. Range:

Tutorial Processes